-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New action to reload an individual view and all of its children #7362
New action to reload an individual view and all of its children #7362
Conversation
Current Playwright Test Results Summary✅ 15 Passing Run may still be in progress, this comment will be updated as current testing workflow or job completes... (Last updated on 01/11/2024 11:48:06am UTC) Run DetailsRunning Workflow e2e-couchdb on Github Actions Commit: e64bafe Started: 01/11/2024 11:46:23am UTC Current Playwright Test Results Summary✅ 176 Passing - Run may still be in progress, this comment will be updated as current testing workflow or job completes... (Last updated on 01/11/2024 11:48:06am UTC)
|
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Log plot tests Log Plot ticks are functionally correct in regular and log mode and after refresh
Retry 1 • Initial Attempt |
0% (0)0 / 85 runsfailed over last 7 days |
29.41% (25)25 / 85 runsflaked over last 7 days |
📄 functional/plugins/notebook/restrictedNotebook.e2e.spec.js • 1 Flake
Test Case Results
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Restricted Notebook with a page locked and with an embed @addinit Disallows embeds to be deleted if page locked @addinit
Retry 1 • Initial Attempt |
5.33% (4)4 / 75 runsfailed over last 7 days |
52% (39)39 / 75 runsflaked over last 7 days |
📄 functional/plugins/imagery/exampleImagery.e2e.spec.js • 1 Flake
Test Case Results
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Example Imagery Object Can use Mouse Wheel to zoom in and out of latest image
Retry 1 • Initial Attempt |
0% (0)0 / 67 runsfailed over last 7 days |
26.87% (18)18 / 67 runsflaked over last 7 days |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #7362 +/- ##
==========================================
+ Coverage 55.96% 56.02% +0.05%
==========================================
Files 660 662 +2
Lines 26282 26301 +19
Branches 2550 2551 +1
==========================================
+ Hits 14708 14734 +26
+ Misses 10863 10856 -7
Partials 711 711
... and 10 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
e2e/tests/functional/plugins/reloadAction/reloadAction.e2e.spec.js
Outdated
Show resolved
Hide resolved
e2e/tests/functional/plugins/reloadAction/reloadAction.e2e.spec.js
Outdated
Show resolved
Hide resolved
e2e/tests/functional/plugins/reloadAction/reloadAction.e2e.spec.js
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's add a test in openmct-yamcs which inspects the network
@unlikelyzero Can you please make a ticket for that? We'll need to wait for this to merge before a test over there would work. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks good overall. I found an issue where styled components would lose their styles on reload, though. We probably would want to take care of that in this PR?
Screen.Recording.2024-01-10.at.10.40.02.AM.mov
Screen.Recording.2024-01-10.at.10.40.14.AM.mov
@unlikelyzero Note you currently can't create two branches of the same name for two repositories and have them link to the same ticket in Github Issues. Or at least it doesn't appear to work for me: Screen.Recording.2024-01-11.at.1.01.13.PM.movI've filed two issues to further pursue this: |
…ew-and-all-of-its-children
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work! LGTM
this.updateView(true); | ||
this.initObjectStyles(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice!
…ew-and-all-of-its-children
…ew-and-all-of-its-children
…ew-and-all-of-its-children
…ew-and-all-of-its-children
Closes #7343
Describe your changes:
Adds new action for objects to reload themselves and their children.
All Submissions:
Author Checklist
type:
label? Note: this is not necessarily the same as the original issue.Reviewer Checklist